MindFusion WinForms Programmer's Guide
PointCollection.SetAt Method
See Also
 





Sets the specified point at the specified position within the collection

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SetAt (
    int index,
    PointF[] points
)

Visual Basic  Copy Code

Public Sub SetAt( _
    index As Integer, _
    points() As PointF _
)

 Parameters

index

points

 See Also

PointCollection Members
PointCollection Class
MindFusion.Charting Namespace